home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent2 / launch.readme < prev    next >
Text File  |  1998-04-19  |  4KB  |  119 lines

  1. Short:    Minimal background process launcher
  2. Author:   thor@math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  4. Version:  1.00
  5. Type:     util/cli
  6. Requires: Os 2.04
  7.  
  8. This program is a minimal front-end for "run and stay resident" patches. It
  9. runs programs with the absolute minimum environment possible. The "launched"
  10. program neither gets an input nor an output stream - both is assigned to 
  11. NIL: - nor a complete CLI structure.  
  12.  
  13. This program should be used to launch stay-resident patches, as it requires
  14. less memory than the "Run" or similar commands. 
  15.  
  16. "Launched" programs are unvisible for the "Status" command and don't take
  17. up a slot in the "CLI process table". 
  18.  
  19.  
  20. The following programs can be "launched":
  21.  
  22. BindDrivers
  23. Enforcer
  24. WBGauge
  25. XpkMasterPrefs
  26. ModeP        
  27.  
  28. The following programs cannot be "launched" because they require a
  29. complete environment:
  30.  
  31. Executive
  32.  
  33. Use another tool like "AsyncRun" for these programs.
  34.  
  35. These lists are, of course, highly incomplete.
  36.  
  37. _____________________________________________________________________________
  38.  
  39. Synopsis:
  40.  
  41. Launch PROGRAM/A,STACK/K/N,ARGS/F
  42.  
  43.  
  44. PROGRAM:    The name of the program to launch. Unlike the shell,
  45.         Launch scans ONLY the current directory and the C: directory
  46.         for programs, NOT the command path.
  47.  
  48. STACK:        The stack size for the program in bytes. Defaults to 4096.
  49.  
  50. ARGS:        Arguments for the program to launch. Defaults to no
  51.         arguments.
  52.  
  53. _____________________________________________________________________________
  54.  
  55.  
  56.                         The THOR-Software Licence
  57.  
  58.  
  59. This License applies to the computer programs known as "Launch".
  60. The "Program", below, refers to such program.
  61.  
  62.  
  63. The programs and files in this distribution are freely distributable
  64. under the restrictions stated below, but are also Copyright (c)
  65. Thomas Richter.
  66.  
  67.  
  68. Distribution of the Program by a commercial organization without written
  69. permission from the author to any third party is prohibited if any payment
  70. is made in connection with such distribution, whether directly
  71. (as in payment for a copy of the Program) or indirectly (as in payment
  72. for some service related to the Program, or payment for some product
  73. or service that includes a copy of the Program "without charge";
  74. these are only examples, and not an exhaustive enumeration of prohibited
  75. activities). However, the following methods of distribution involving
  76. payment shall not in and of themselves be a violation of this restriction:
  77.  
  78.  
  79. (i) Posting the Program on a public access information storage and
  80. retrieval service for which a fee is received for retrieving information
  81. (such as an on-line service), provided that the fee is not
  82. content-dependent (i.e., the fee would be the same for retrieving the same
  83. volume of information consisting of random data).
  84.  
  85.  
  86.  
  87. (ii) Distributing the Program on a CD-ROM, provided that the files
  88. containing the Program are reproduced entirely and verbatim on such
  89. CD-ROM, and provided further that all information on such CD-ROM be
  90. redistributable for non-commercial purposes without charge.
  91.  
  92.  
  93.  
  94. Everything in this distribution must be kept together, in original
  95. and unmodified form.
  96.  
  97.  
  98.  
  99.  
  100. Limitations.
  101.  
  102. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  103. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  104. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  105. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  106. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  107. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  108. SERVICING, REPAIR OR CORRECTION.
  109.  
  110.  
  111.  
  112. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  113. THIS ARCHIVE.
  114.  
  115. _____________________________________________________________________________
  116.  
  117. Thomas,        
  118.     April 1998
  119.